home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / news / rn / art.help < prev    next >
Encoding:
Text File  |  1989-05-26  |  2.5 KB  |  66 lines

  1. #!/bin/sh
  2. # $Header: art.help.SH,v 4.3 85/05/01 11:35:34 lwall Exp $
  3. # $Log:    art.help.SH,v $
  4. # Revision 4.3  85/05/01  11:35:34  lwall
  5. # Baseline for release with 4.3bsd.
  6. /sprite/cmds/more <<'EOT'
  7. Article Selection commands:
  8.  
  9. n,SP    Scan forward for next unread article.
  10. N    Go to next article.
  11. ^N    Scan forward for next unread article with same subject.
  12. p,P,^P    Same as n,N,^N, only going backwards.
  13. -    Go to previously displayed article.
  14. number    Go to specified article.
  15. range{,range} command{:command}
  16.     Apply one or more commands to one or more ranges of articles.
  17.     Ranges are of the form: number | number-number.  You may use . for
  18.     the current article, and $ for the last article.
  19.      Valid commands are: j, m, M, s, S, and !.
  20. /pattern/modifiers
  21.     Scan forward for article containing pattern in the subject line.
  22.     (Use ?pat? to scan backwards; append h to scan headers, a to scan
  23.     entire articles, r to scan read articles, c to make case sensitive.
  24. /pattern/modifiers:command{:command}
  25.     Apply one or more commands to the set of articles matching pattern.
  26.     Use a K modifier to save entire command to the KILL file for this
  27.     newsgroup.  Commands m and M, if first, imply an r modifier.
  28.      Valid commands are: j, m, M, s, S, and !.
  29. f,F    Submit a followup article (F = include this article).
  30. r,R    Reply through net mail (R = include this article).
  31. s ...    Save to file or pipe via sh.
  32. S ...    Save via preferred shell.
  33. w,W    Like s and S but save without the header.
  34. | ...    Same as s|...
  35. C    Cancel this article, if yours.
  36. ^R,v    Restart article (v=verbose).
  37. ^X    Restart article, rot13 mode.
  38. c    Catch up (mark all articles as read).
  39. ^B    Back up one page.
  40. ^L    Refresh the screen.  You can get back to the pager with this.
  41. X    Refresh screen in rot13 mode.
  42. ^    Go to first unread article.  Disables subject search mode.
  43. $    Go to end of newsgroup.  Disables subject search mode.
  44. #       Print last article number.
  45. &    Print current values of command-line switches.
  46. &switch {switch}
  47.     Set or unset more switches.
  48. &&    Print current macro definitions.
  49. &&def    Define a new macro.
  50. j    Junk this article (mark it read).  Stays at end of article.
  51. m    Mark article as still unread.
  52. M    Mark article as still unread upon exiting newsgroup or Y command.
  53. Y    Yank back articles marked temporarily read via M.
  54. k    Mark current SUBJECT as read.
  55. K    Mark current SUBJECT as read, and save command in KILL file.
  56. =    List subjects of unread articles.
  57. u    Unsubscribe to this newsgroup.
  58. ^K    Edit local KILL file (the one for this newsgroup).
  59. q    Quit this newsgroup for now.
  60. Q    Quit newsgroup, staying at current newsgroup.
  61. EOT
  62.  
  63.